home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global cual1
- if cual1 = 7 then
- puppetSound("scream1")
- else
- if cual1 = 16 then
- puppetSound("burning")
- else
- if cual1 = 24 then
- puppetSound("sound2")
- else
- if cual1 = 32 then
- puppetSound("fukmenow")
- else
- if cual1 = 42 then
- puppetSound("scream2")
- else
- if cual1 = 52 then
- puppetSound("scream3")
- set cual1 to 0
- end if
- end if
- end if
- end if
- end if
- end if
- set cual1 to cual1 + 1
- go("Play1")
- end
-